Members 
SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : XyzDataPointViewModel<TAllPoints> Class
The TX,TY and TZ type of the data
XyzDataPointViewModel<TAllPoints> Class
Provides a ViewModel for an XYZ Data-point to assist binding in tooltips and data-point selection
Object Model
XyzDataPointViewModel<TAllPoints> ClassIPointMetadata3D InterfaceIDataSeries3D Interface
Syntax
public class XyzDataPointViewModel<TAllPoints> : XyzDataPointViewModel<TAllPoints,TAllPoints,TAllPoints> 
where TAllPoints: IComparable
Type Parameters
TAllPoints
The TX,TY and TZ type of the data
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.BindableObject
      SciChart.Charting3D.Model.XyzDataPointViewModel<TX,TY,TZ>
         SciChart.Charting3D.Model.XyzDataPointViewModel<TAllPoints>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also